Update root flake

This commit is contained in:
Luc Perkins 2022-08-13 18:32:50 +03:00
parent 8241e88c53
commit 949acb573b
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
2 changed files with 5 additions and 4 deletions

View file

@ -17,15 +17,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1660402476,
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
"lastModified": 1660375717,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -3,7 +3,7 @@
"Ready-made templates for easily creating flake-driven environments";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
};