summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-02-21 19:38:12 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-02-21 19:38:12 -0500
commitd00ef791399d8316a8414fe4d0a29d42baef7b1f (patch)
treed7eb6077e424d64502d946ea0a7d083b79ccdfe7 /flake.lock
parentcadf8885acd613666905754e3911524566085cf6 (diff)
Update flake
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock21
1 files changed, 19 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock
index 96d8c8e..7d0dd74 100644
--- a/flake.lock
+++ b/flake.lock
@@ -21,6 +21,22 @@
"type": "github"
}
},
+ "nixos-hardware": {
+ "locked": {
+ "lastModified": 1613453906,
+ "narHash": "sha256-w6oeQ3OTCKxRAG9KtjK+ErxpvUhNr48binO99JVQP9Q=",
+ "owner": "NixOS",
+ "repo": "nixos-hardware",
+ "rev": "115770eed0c0fa50c1277cd0f7fe0f15501dbc43",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "master",
+ "repo": "nixos-hardware",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1613772719,
@@ -37,7 +53,7 @@
"type": "github"
}
},
- "nixpkgs_unstable": {
+ "nixpkgs-unstable": {
"locked": {
"lastModified": 1613761605,
"narHash": "sha256-lUF6UPR96ZzQC0faNXBHLoLhNAdxZqYqDwz0PaIZ/7Y=",
@@ -56,8 +72,9 @@
"root": {
"inputs": {
"nix": "nix",
+ "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
- "nixpkgs_unstable": "nixpkgs_unstable"
+ "nixpkgs-unstable": "nixpkgs-unstable"
}
}
},