mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
treewide: cleanups and updates
This commit is contained in:
parent
c2f4aad686
commit
321b85242f
3 changed files with 14 additions and 15 deletions
26
flake.lock
26
flake.lock
|
@ -180,11 +180,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1712730572,
|
||||
"narHash": "sha256-rAVvdP77rEmgobvSgybqPAcHefv5dCXPH/ge6Ds+JtU=",
|
||||
"lastModified": 1712759992,
|
||||
"narHash": "sha256-2APpO3ZW4idlgtlb8hB04u/rmIcKA8O7pYqxF66xbNY=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "18f89ef74f0d48635488ccd6a5e30dc9d48a3a87",
|
||||
"rev": "31357486b0ef6f4e161e002b6893eeb4fafc3ca9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -347,17 +347,17 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1709373109,
|
||||
"narHash": "sha256-2f0am1RlTxz8UKNwftzNjJLhgShoW2I5SofA7FwC4Nw=",
|
||||
"owner": "rouven0",
|
||||
"lastModified": 1712775079,
|
||||
"narHash": "sha256-1j3haJ7/J1V3Lt4gyGgoDSxfFmf6x7A1zXl/QxZ+kSI=",
|
||||
"owner": "~rouven",
|
||||
"repo": "pfersel",
|
||||
"rev": "b4d086d43545f5d1735f863eb3aa1e81ca6272ba",
|
||||
"type": "github"
|
||||
"rev": "4ef4893c290c5f83f1497d6e4c0d162759500ae7",
|
||||
"type": "sourcehut"
|
||||
},
|
||||
"original": {
|
||||
"owner": "rouven0",
|
||||
"owner": "~rouven",
|
||||
"repo": "pfersel",
|
||||
"type": "github"
|
||||
"type": "sourcehut"
|
||||
}
|
||||
},
|
||||
"pre-commit-hooks-nix": {
|
||||
|
@ -398,11 +398,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1712700224,
|
||||
"narHash": "sha256-yqHbu8C4uUkfqvDMcQ+iYSohOzob4sBAoyZUWxiCt5c=",
|
||||
"lastModified": 1712775102,
|
||||
"narHash": "sha256-kQF0HpU4Bis+Q1gE+OUJk1T3UJgDwTZc9rCDHRam9h4=",
|
||||
"owner": "~rouven",
|
||||
"repo": "purge",
|
||||
"rev": "43e86f5836d93c04af7a367dbe90b30f9e1e255a",
|
||||
"rev": "2959391aa4a1438b3f27669c6930feec58171eab",
|
||||
"type": "sourcehut"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
pfersel = {
|
||||
url = "github:rouven0/pfersel";
|
||||
url = "sourcehut:~rouven/pfersel";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
@ -90,7 +90,6 @@
|
|||
|
||||
documentation = {
|
||||
dev.enable = true;
|
||||
man.generateCaches = true;
|
||||
};
|
||||
environment.systemPackages = [ pkgs.man-pages ];
|
||||
system.stateVersion = "22.11";
|
||||
|
|
Loading…
Reference in a new issue