diff options
author | Karel Kočí <cynerd@email.cz> | 2025-07-21 17:02:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-07-21 17:02:32 +0200 |
commit | e9788650e4bef53e77794a7bec5e37e5a1946a92 (patch) | |
tree | 234fef73169763b8b26d7957f9b896b89d361d5e /flake.nix | |
parent | 6c27d0c87739032f85a137c55abec6495bdbaa15 (diff) | |
download | nixos-personal-e9788650e4bef53e77794a7bec5e37e5a1946a92.tar.gz nixos-personal-e9788650e4bef53e77794a7bec5e37e5a1946a92.tar.bz2 nixos-personal-e9788650e4bef53e77794a7bec5e37e5a1946a92.zip |
nixos: move ridcully
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ description = "Cynerd's personal flake"; inputs = { + nixpkgs.url = "flake:nixpkgs/nixos-unstable"; nixos-hardware.url = "nixos-hardware"; nixosdeploy.url = "gitlab:cynerd/nixosdeploy"; personal-secret.url = "git+ssh://git@cynerd.cz/nixos-personal-secret"; |