plq: nix-drawin follow unstableSmall

This commit is contained in:
Aaron Bieber 2022-09-09 10:37:15 -06:00
parent d5e04202c1
commit 1ee5b30947
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View File

@ -3,7 +3,7 @@
"darwin": { "darwin": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"stable" "unstableSmall"
] ]
}, },
"locked": { "locked": {

View File

@ -20,7 +20,7 @@
darwin = { darwin = {
url = "github:lnl7/nix-darwin"; url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "stable"; inputs.nixpkgs.follows = "unstableSmall";
}; };
sshKnownHosts = { sshKnownHosts = {