fix: lock flake to working state

This commit is contained in:
Noa Aarts 2024-09-17 19:59:20 +02:00
parent 752c9d76d5
commit 835d8db8b8
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 15 additions and 14 deletions

25
flake.lock generated
View file

@ -181,11 +181,11 @@
]
},
"locked": {
"lastModified": 1726581763,
"narHash": "sha256-c/BN0hg0Hza1rj5I+FeNrz/L1zBHwG3BZlBCxsBTbXs=",
"lastModified": 1726590912,
"narHash": "sha256-5bxY85siOIqOcQ8TOMAWLkMUZvLUADS2i5TsZhzUIZY=",
"owner": "nix-community",
"repo": "disko",
"rev": "88b015b9eb65edefc0b6501980a3d53cd1764637",
"rev": "d32d1504c77d7f6ba7e033357dcf638baceab9b7",
"type": "github"
},
"original": {
@ -877,17 +877,18 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1726431967,
"narHash": "sha256-jm/eIrENXC/i3g8nC+q5qm0DtyDLtPFwanZsuzD7wNY=",
"ref": "132400377c8b6bea76f649ee26aac2f35d703e40",
"rev": "132400377c8b6bea76f649ee26aac2f35d703e40",
"revCount": 681880,
"type": "git",
"url": "file:///home/noa/Documents/programming/nixpkgs"
"lastModified": 1726410565,
"narHash": "sha256-l/QXpfWIcTBZP11SbFzlqycxtHeCpsAbTsaplsyGFFs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d6725bb4e318c25f5d6f909cad7ea3e7688ab238",
"type": "github"
},
"original": {
"type": "git",
"url": "file:///home/noa/Documents/programming/nixpkgs"
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d6725bb4e318c25f5d6f909cad7ea3e7688ab238",
"type": "github"
}
},
"pre-commit-hooks-nix": {

View file

@ -2,8 +2,8 @@
description = "Nixos config flake";
inputs = {
# nixpkgs.url = "github:nixos/nixpkgs/master";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs/d6725bb4e318c25f5d6f909cad7ea3e7688ab238";
nix-colors = {
url = "github:itepastra/nix-colors";