diff options
author | Emile <git@emile.space> | 2024-09-28 23:59:07 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-09-28 23:59:07 +0200 |
commit | c0e63070eb11a5308b0870f94eeee56b1fe96dcb (patch) | |
tree | 357fc277d58950182794c6c6e531f85130c7f57f /flake.nix | |
parent | 4b0a22f38cd7935c25ede3085eef6c6250ca1ea0 (diff) |
flake input nixpkgs master branch
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 1a08e14..16ab234 100644 --- a/flake.nix +++ b/flake.nix @@ -2,6 +2,7 @@ inputs = { nixpkgs.url = "git+https://github.com/nixos/nixpkgs?ref=release-24.05"; nixpkgs-unstable.url = "git+https://github.com/nixos/nixpkgs?ref=nixpkgs-unstable"; + nixpkgs-master.url = "git+https://github.com/nixos/nixpkgs?ref=master"; darwin.url = "git+https://github.com/lnl7/nix-darwin"; darwin.inputs.nixpkgs.follows = "nixpkgs"; |