Cleanup flake

This commit is contained in:
Filippo Berto 2022-08-29 17:07:02 +02:00
parent 70f54e2739
commit 70d0060df5
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 112 additions and 130 deletions

52
flake.lock generated
View file

@ -36,19 +36,19 @@
"type": "github"
}
},
"home-manager-unstable": {
"home-manager-u": {
"inputs": {
"nixpkgs": [
"unstable"
"nixpkgs-u"
],
"utils": "utils"
},
"locked": {
"lastModified": 1661284925,
"narHash": "sha256-DKxOkYrhbdBt2t+C3rpJrEBsM6A63jP92TM+XnUKyho=",
"lastModified": 1661573386,
"narHash": "sha256-pBEg8iY00Af/SAtU2dlmOAv+2x7kScaGlFRDjNoVJO8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "353d21e108790a4823c9fae9812dc953e8994399",
"rev": "d89bdff445eadff03fe414e9c30486bc8166b72b",
"type": "github"
},
"original": {
@ -110,6 +110,22 @@
"type": "github"
}
},
"nixpkgs-u": {
"locked": {
"lastModified": 1661628722,
"narHash": "sha256-oR/7NhG7pPkACToUtaaT6hH+rONE2z5/4NzjoUwEZt8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "324c8aaf25b2f2027af7798e5582ce3040a793b6",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1661309001,
@ -157,7 +173,7 @@
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
"nixpkgs-u"
]
},
"locked": {
@ -178,13 +194,13 @@
"inputs": {
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"home-manager-unstable": "home-manager-unstable",
"home-manager-u": "home-manager-u",
"nix-rice": "nix-rice",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2",
"nixpkgs-u": "nixpkgs-u",
"pre-commit-hooks": "pre-commit-hooks_2",
"tex2nix": "tex2nix",
"unstable": "unstable"
"tex2nix": "tex2nix"
}
},
"tex2nix": {
@ -193,7 +209,7 @@
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
"nixpkgs-u"
]
},
"locked": {
@ -210,22 +226,6 @@
"type": "github"
}
},
"unstable": {
"locked": {
"lastModified": 1661239211,
"narHash": "sha256-pNJzBlSNpWEiFJZnLF2oETYq8cGWx1DJPW33aMtG6n8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5e804cd8a27f835a402b22e086e36e797716ef8b",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"utils": {
"locked": {
"lastModified": 1653893745,