diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index 908f778..bcbb7dc 100644 --- a/flake.nix +++ b/flake.nix @@ -4,11 +4,11 @@ type = "github"; owner = "numtide"; repo = "flake-utils"; - ref = "master"; + ref = "main"; }; naersk = { type = "github"; - owner = "nmattia"; + owner = "nix-community"; repo = "naersk"; ref = "master"; inputs.nixpkgs.follows = "nixpkgs"; @@ -17,7 +17,7 @@ type = "github"; owner = "nixos"; repo = "nixpkgs"; - ref = "nixos-22.11"; + ref = "nixos-unstable"; }; }; outputs = { self, nixpkgs, flake-utils, naersk }: let |