aaaaaaaaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
0949413682
commit
976c37f943
34
flake.lock
34
flake.lock
|
@ -1,37 +1,5 @@
|
||||||
{
|
{
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"easy-dhall-nix": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1626523404,
|
|
||||||
"narHash": "sha256-FLZcMqO8dKIwKi8/Szqgt3ksr5WegLGFGzCODHEMvb0=",
|
|
||||||
"owner": "justinwoo",
|
|
||||||
"repo": "easy-dhall-nix",
|
|
||||||
"rev": "9bd1bea0dcebe1d1d120c0fd1ba76683dc4a62e3",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "justinwoo",
|
|
||||||
"repo": "easy-dhall-nix",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"easy-purescript-nix": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1637309859,
|
|
||||||
"narHash": "sha256-nYaVqtsz7bgPjIr2crgEP42worQT3iho62t4c+RCWGM=",
|
|
||||||
"owner": "justinwoo",
|
|
||||||
"repo": "easy-purescript-nix",
|
|
||||||
"rev": "82f901ce0a2d86327e2d65993a75c2ea74f229f2",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "justinwoo",
|
|
||||||
"repo": "easy-purescript-nix",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -86,8 +54,6 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"easy-dhall-nix": "easy-dhall-nix",
|
|
||||||
"easy-purescript-nix": "easy-purescript-nix",
|
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"nixos-unstable": "nixos-unstable",
|
"nixos-unstable": "nixos-unstable",
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
|
|
|
@ -17,8 +17,10 @@
|
||||||
# easy-purescript-nix.inputs.nixpkgs.follows = "nixpkgs";
|
# easy-purescript-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, nixos-unstable, easy-purescript-nix
|
outputs = { self, nixpkgs, home-manager, nixos-unstable,
|
||||||
, easy-dhall-nix, ... }: {
|
# easy-purescript-nix,
|
||||||
|
# easy-dhall-nix,
|
||||||
|
... }: {
|
||||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Reference in a new issue