diff --git a/flake.lock b/flake.lock index 9a83189..1b25c8f 100644 --- a/flake.lock +++ b/flake.lock @@ -153,16 +153,15 @@ ] }, "locked": { - "lastModified": 1712610183, - "narHash": "sha256-fAwUEpIGK53dDqAf2jn69JvjiEhBpIVFRSY+0Ga2zOs=", - "ref": "nixify-ng", - "rev": "89050016d326933181c13431eef019540acc4908", - "revCount": 444, + "lastModified": 1712778310, + "narHash": "sha256-6b2wAaT1Nk1FYOvxyQOe8aMzxPQZY768/SNGlQ4bdHQ=", + "ref": "refs/heads/master", + "rev": "1aa4f4fc8ac646da2e0967a5cb96bce13e3096bc", + "revCount": 448, "type": "git", "url": "https://git.pvv.ntnu.no/Projects/nettsiden.git" }, "original": { - "ref": "nixify-ng", "type": "git", "url": "https://git.pvv.ntnu.no/Projects/nettsiden.git" } diff --git a/flake.nix b/flake.nix index 8248657..07cbefb 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ disko.url = "github:nix-community/disko"; disko.inputs.nixpkgs.follows = "nixpkgs"; - pvv-nettsiden.url = "git+https://git.pvv.ntnu.no/Projects/nettsiden.git?ref=nixify-ng"; + pvv-nettsiden.url = "git+https://git.pvv.ntnu.no/Projects/nettsiden.git"; pvv-nettsiden.inputs.nixpkgs.follows = "nixpkgs"; pvv-calendar-bot.url = "git+https://git.pvv.ntnu.no/Projects/calendar-bot.git";