summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-03-30 21:47:05 +0300
committerZhongheng Liu <z.liu@outlook.com.gr>2025-03-30 21:47:05 +0300
commit9bdbfd49580275f0f82fecb74bc2946c1854a651 (patch)
tree624c27999b8e00eb7b422e4e531214df11b6673c /flake.nix
parentaff2c30b3fa025def54cc5a249ba539d514b2a07 (diff)
downloadmartian-rescue-rs-master.tar.gz
martian-rescue-rs-master.tar.bz2
martian-rescue-rs-master.zip
feat: quick demoHEADmaster
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0e9fff4..2a7fb4c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";