diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-03-30 21:47:05 +0300 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-03-30 21:47:05 +0300 |
commit | 9bdbfd49580275f0f82fecb74bc2946c1854a651 (patch) | |
tree | 624c27999b8e00eb7b422e4e531214df11b6673c /flake.nix | |
parent | aff2c30b3fa025def54cc5a249ba539d514b2a07 (diff) | |
download | martian-rescue-rs-master.tar.gz martian-rescue-rs-master.tar.bz2 martian-rescue-rs-master.zip |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/master"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; systems.url = "github:nix-systems/default"; devenv.url = "github:cachix/devenv"; devenv.inputs.nixpkgs.follows = "nixpkgs"; |