Compare commits

...

3 commits

Author SHA1 Message Date
c889a136fb
bump flake.lock 2023-08-27 15:44:15 +02:00
a292671971
bump flake.lock 2023-08-27 15:38:45 +02:00
a160aaa14a
Fix error in config 2023-08-08 14:45:35 +02:00
2 changed files with 13 additions and 13 deletions

View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1691481252,
"narHash": "sha256-hXhh/nVxV1iJADvQem8yMyJCcnZAAOu+3dDTIwtJRrI=",
"lastModified": 1693143836,
"narHash": "sha256-U+Lz5XcSiXfmx3DAor6QiDRwtZHk/pec8sDh7TXXV64=",
"owner": "Feliix42",
"repo": "mlir.nix",
"rev": "c8d083c1a2d569ff4531dfa2800b3803df104696",
"rev": "5323fc61843b515b748111c006dec91abfa12bb8",
"type": "github"
},
"original": {
@ -23,11 +23,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1691305349,
"narHash": "sha256-0Pig7jnmuRH3c5dOTVTOvTLwo2CRzYTyvJRQ82HWRSo=",
"lastModified": 1692952286,
"narHash": "sha256-TsrtPv3+Q1KR0avZxpiJH+b6fX/R/hEQVHbjl1ebotY=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "5426a95071d0b9782b3209b3995cde1f5689616e",
"rev": "817e297fc3352fadc15f2c5306909aa9192d7d97",
"type": "github"
},
"original": {
@ -39,11 +39,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1691421349,
"narHash": "sha256-RRJyX0CUrs4uW4gMhd/X4rcDG8PTgaaCQM5rXEJOx6g=",
"lastModified": 1693087214,
"narHash": "sha256-Kn1SSqRfPpqcI1MDy82JXrPT1WI8c03TA2F0xu6kS+4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "011567f35433879aae5024fc6ec53f2a0568a6c4",
"rev": "f155f0cf4ea43c4e3c8918d2d327d44777b6cad4",
"type": "github"
},
"original": {
@ -62,11 +62,11 @@
},
"unstable": {
"locked": {
"lastModified": 1691368598,
"narHash": "sha256-ia7li22keBBbj02tEdqjVeLtc7ZlSBuhUk+7XTUFr14=",
"lastModified": 1693003285,
"narHash": "sha256-5nm4yrEHKupjn62MibENtfqlP6pWcRTuSKrMiH9bLkc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5a8e9243812ba528000995b294292d3b5e120947",
"rev": "5690c4271f2998c304a45c91a0aeb8fb69feaea7",
"type": "github"
},
"original": {

View file

@ -36,7 +36,7 @@
## arguments to home.nix
#}
({ config, ... }: {
nixpkgs.overlays = [ mlir.overlay ];
nixpkgs.overlays = [ mlir.overlays.default ];
_module.args = {
unstable = import inputs.unstable {
inherit (config.nixpkgs) config;