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": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733212471,
|
"lastModified": 1733341920,
|
||||||
"narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=",
|
"narHash": "sha256-VO+J0b7eo9eIEpfUsfmdVbNvumKvkZcpbu/j4qIhNWY=",
|
||||||
"owner": "NixOS",
|
"ref": "refs/heads/master",
|
||||||
"repo": "nixpkgs",
|
"rev": "4bdc7d1d4503e0ab509cd8edb7b701802075fefd",
|
||||||
"rev": "55d15ad12a74eb7d4646254e13638ad0c4128776",
|
"revCount": 716788,
|
||||||
"type": "github"
|
"type": "git",
|
||||||
|
"url": "file:///home/jopejoe1/dev/nixpkgs"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"type": "git",
|
||||||
"ref": "nixos-unstable",
|
"url": "file:///home/jopejoe1/dev/nixpkgs"
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs-24_05": {
|
"nixpkgs-24_05": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
description = "jopejoe1 NixOS configuration";
|
description = "jopejoe1 NixOS configuration";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs";
|
nixpkgs.url = "/home/jopejoe1/dev/nixpkgs/";
|
||||||
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||||
|
|
||||||
# Outputs
|
# Outputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue