From 50c136b01897930ff26e4f26c6f9da9c7d56a978 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Wed, 10 Apr 2024 21:51:05 +0200 Subject: [PATCH] Point inputs/nettsiden to master after https://git.pvv.ntnu.no/Projects/nettsiden/pulls/53 --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) 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";