mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
use system
This commit is contained in:
parent
9ecbc5f7be
commit
e799b148f5
2 changed files with 10 additions and 11 deletions
19
flake.lock
generated
19
flake.lock
generated
|
@ -661,18 +661,17 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1733212471,
|
||||
"narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "55d15ad12a74eb7d4646254e13638ad0c4128776",
|
||||
"type": "github"
|
||||
"lastModified": 1733341920,
|
||||
"narHash": "sha256-VO+J0b7eo9eIEpfUsfmdVbNvumKvkZcpbu/j4qIhNWY=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "4bdc7d1d4503e0ab509cd8edb7b701802075fefd",
|
||||
"revCount": 716788,
|
||||
"type": "git",
|
||||
"url": "file:///home/jopejoe1/dev/nixpkgs"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
"type": "git",
|
||||
"url": "file:///home/jopejoe1/dev/nixpkgs"
|
||||
}
|
||||
},
|
||||
"nixpkgs-24_05": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description = "jopejoe1 NixOS configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
nixpkgs.url = "/home/jopejoe1/dev/nixpkgs/";
|
||||
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||
|
||||
# Outputs
|
||||
|
|
Loading…
Add table
Reference in a new issue