mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
stop exporting home configurations
This commit is contained in:
parent
f366e320df
commit
462377c693
2 changed files with 9 additions and 12 deletions
18
flake.lock
generated
18
flake.lock
generated
|
|
@ -256,11 +256,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "pkgs/firefox-addons",
|
"dir": "pkgs/firefox-addons",
|
||||||
"lastModified": 1725768193,
|
"lastModified": 1725896943,
|
||||||
"narHash": "sha256-644Quy6hZNPQmPxP4hPxR4QC0m/4sk0NC3YJRK7r2V4=",
|
"narHash": "sha256-lZO7blI+A3MTKePQ5ZDOWhun5kE62f6YVe6NNSbI+S4=",
|
||||||
"owner": "rycee",
|
"owner": "rycee",
|
||||||
"repo": "nur-expressions",
|
"repo": "nur-expressions",
|
||||||
"rev": "3dd60a4292a4dd324ac353565d39a1dfcec0b7c2",
|
"rev": "dcdb13af1b383cd8173c6dae0dbe2ea63a584507",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -906,11 +906,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1725407940,
|
"lastModified": 1725826545,
|
||||||
"narHash": "sha256-tiN5Rlg/jiY0tyky+soJZoRzLKbPyIdlQ77xVgREDNM=",
|
"narHash": "sha256-L64N1rpLlXdc94H+F6scnrbuEu+utC03cDDVvvJGOME=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6f6c45b5134a8ee2e465164811e451dcb5ad86e3",
|
"rev": "f4c846aee8e1e29062aa8514d5e0ab270f4ec2f9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -1114,11 +1114,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1725590656,
|
"lastModified": 1725898395,
|
||||||
"narHash": "sha256-G6D96mILdxAGG7SVItC7xIKF1y8gijGkNMCGW/3N0MU=",
|
"narHash": "sha256-2J0TtzkIpjeAfIZYU1ofzcPzvcCO1DXBMP2P7OPoQYg=",
|
||||||
"owner": "juspay",
|
"owner": "juspay",
|
||||||
"repo": "omnix",
|
"repo": "omnix",
|
||||||
"rev": "c566f7a4566473fdedca6bb8d32178820be0502f",
|
"rev": "4d9949f041798adaa351afbee98fdb7e25ff2029",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -41,9 +41,6 @@
|
||||||
artemis = mkLinuxSystem ./hosts/artemis;
|
artemis = mkLinuxSystem ./hosts/artemis;
|
||||||
hermes = mkLinuxSystem ./hosts/hermes;
|
hermes = mkLinuxSystem ./hosts/hermes;
|
||||||
};
|
};
|
||||||
homeConfigurations = {
|
|
||||||
c = self.nixosConfigurations.artemis.config.home-manager.users.c.home;
|
|
||||||
};
|
|
||||||
diskoConfigurations = {}; # maybe?
|
diskoConfigurations = {}; # maybe?
|
||||||
om.health.default = {nix-version.min-required = "2.18.5";};
|
om.health.default = {nix-version.min-required = "2.18.5";};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue