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

View file

@ -2,8 +2,8 @@
description = "Nixos config flake"; description = "Nixos config flake";
inputs = { 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 = { nix-colors = {
url = "github:itepastra/nix-colors"; url = "github:itepastra/nix-colors";