diff --git a/flake.lock b/flake.lock index 673d063..5036594 100644 --- a/flake.lock +++ b/flake.lock @@ -67,17 +67,17 @@ ] }, "locked": { - "lastModified": 1715364232, - "narHash": "sha256-ZJC3SkanEgbV7p+LFhP+85CviRWOXJNHzZwR/Stb7hE=", - "owner": "Programvareverkstedet", - "repo": "grzegorz", - "rev": "3841cda1cdcac470440b06838d56a2eb2256378c", - "type": "github" + "lastModified": 1726861911, + "narHash": "sha256-pXPmVp4AgszzJXlLjj8r9NxoDvxoV4USGaiMwqCyb4M=", + "ref": "refs/heads/master", + "rev": "d10db19d7df5c5c2cd2dcb878376d5d681f6c2f2", + "revCount": 94, + "type": "git", + "url": "https://git.pvv.ntnu.no/Projects/grzegorz.git" }, "original": { - "owner": "Programvareverkstedet", - "repo": "grzegorz", - "type": "github" + "type": "git", + "url": "https://git.pvv.ntnu.no/Projects/grzegorz.git" } }, "grzegorz-clients": { @@ -87,17 +87,17 @@ ] }, "locked": { - "lastModified": 1715384651, - "narHash": "sha256-7RhckgUTjqeCjWkhiCc1iB+5CBx9fl80d/3O4Jh+5kM=", - "owner": "Programvareverkstedet", - "repo": "grzegorz-clients", - "rev": "738a4f3dd887f7c3612e4e772b83cbfa3cde5693", - "type": "github" + "lastModified": 1726861934, + "narHash": "sha256-lOzPDwktd+pwszUTbpUdQg6iCzInS11fHLfkjmnvJrM=", + "ref": "refs/heads/master", + "rev": "546d921ec46735dbf876e36f4af8df1064d09432", + "revCount": 78, + "type": "git", + "url": "https://git.pvv.ntnu.no/Projects/grzegorz-clients.git" }, "original": { - "owner": "Programvareverkstedet", - "repo": "grzegorz-clients", - "type": "github" + "type": "git", + "url": "https://git.pvv.ntnu.no/Projects/grzegorz-clients.git" } }, "matrix-next": { diff --git a/flake.nix b/flake.nix index ac2839d..4532271 100644 --- a/flake.nix +++ b/flake.nix @@ -23,9 +23,9 @@ nix-gitea-themes.url = "git+https://git.pvv.ntnu.no/oysteikt/nix-gitea-themes.git"; nix-gitea-themes.inputs.nixpkgs.follows = "nixpkgs"; - grzegorz.url = "github:Programvareverkstedet/grzegorz"; + grzegorz.url = "git+https://git.pvv.ntnu.no/Projects/grzegorz.git"; grzegorz.inputs.nixpkgs.follows = "nixpkgs-unstable"; - grzegorz-clients.url = "github:Programvareverkstedet/grzegorz-clients"; + grzegorz-clients.url = "git+https://git.pvv.ntnu.no/Projects/grzegorz-clients.git"; grzegorz-clients.inputs.nixpkgs.follows = "nixpkgs"; };